home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 4 / MacMania 4.toast / / Sound / SoundEffects 0.9.2 / Effects Folder / High Pass FIR / High Pass FIR.rsrc / TEXT_1000_About.txt < prev    next >
Text File  |  1994-11-21  |  310b  |  8 lines

  1. The High Pass effect module takes the difference between every sample and the preceding one, and stores this difference in place of each sample.
  2.  
  3. The equation is
  4. y(n) = [x(n) - x(n-1)]/2,
  5. where y is the output and x the input.
  6.  
  7. The response is that of a high-pass filter, with a zero at z=1 and a pole at z=0.
  8.